home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / printing / vsview17 / child2.frm < prev    next >
Text File  |  1994-11-04  |  1KB  |  45 lines

  1. VERSION 2.00
  2. Begin Form Child2 
  3.    BackColor       =   &H00FFFF80&
  4.    Caption         =   "Form3"
  5.    ClientHeight    =   2865
  6.    ClientLeft      =   1245
  7.    ClientTop       =   2460
  8.    ClientWidth     =   2790
  9.    Height          =   3360
  10.    Left            =   1140
  11.    LinkTopic       =   "Form3"
  12.    MDIChild        =   -1  'True
  13.    ScaleHeight     =   2865
  14.    ScaleWidth      =   2790
  15.    Top             =   2070
  16.    Width           =   3000
  17.    Begin vsInForm vsInForm1 
  18.       BarColor        =   &H00C0C0C0&
  19.       BarColorInactive=   &H00C0C0C0&
  20.       BarHeight       =   23
  21.       ButtonsRight    =   1  '1
  22.       CapColor        =   &H00800000&
  23.       CapColorInactive=   &H00800000&
  24.       Caption         =   "Child2"
  25.       ConvInfo        =   CHILD2.FRX:0000
  26.       FrameColor      =   &H00000080&
  27.       FrameColorInactive=   &H00000080&
  28.       FrameWidth      =   6
  29.       Left            =   210
  30.       PictLeft0       =   CHILD2.FRX:000B
  31.       PictRight0      =   CHILD2.FRX:00FD
  32.       Top             =   210
  33.    End
  34. End
  35. Option Explicit
  36.  
  37. Sub Form_Load ()
  38.   VSInform1.CustomFrame = True
  39. End Sub
  40.  
  41. Sub VSInForm1_ClickRButton (Button As Integer)
  42.   Windowstate = 1
  43. End Sub
  44.  
  45.